home *** CD-ROM | disk | FTP | other *** search
/ isnet Internet / Isnet Internet CD.iso / prog / html / 12 / _SETUP.1 / Fox.exe / 0 / RCDATA / TFORMHTMLTABLE / TFORMHTMLTABLE.txt
Encoding:
Text File  |  1997-12-06  |  15.0 KB  |  704 lines

  1. object FormHTMLTable: TFormHTMLTable
  2.   Left = 9
  3.   Top = 20
  4.   BorderIcons = []
  5.   BorderStyle = bsDialog
  6.   Caption = 'Table'
  7.   ClientHeight = 405
  8.   ClientWidth = 610
  9.   Font.Color = clWindowText
  10.   Font.Height = -11
  11.   Font.Name = 'MS Sans Serif'
  12.   Font.Style = []
  13.   Position = poScreenCenter
  14.   OnCreate = FormCreate
  15.   OnShow = FormShow
  16.   PixelsPerInch = 96
  17.   TextHeight = 13
  18.   object EditHTMLTag: TEdit
  19.     Left = 4
  20.     Top = 0
  21.     Width = 83
  22.     Height = 21
  23.     Hint = 'HTML tag to be used if '#39'OK'#39' is pressed'
  24.     TabStop = False
  25.     AutoSize = False
  26.     ParentColor = True
  27.     ParentShowHint = False
  28.     ReadOnly = True
  29.     ShowHint = True
  30.     TabOrder = 0
  31.     Text = 'EditHTMLTag'
  32.     OnChange = EditHTMLTagChange
  33.   end
  34.   object GroupBoxWIDTH: TGroupBox
  35.     Left = 8
  36.     Top = 28
  37.     Width = 178
  38.     Height = 101
  39.     Caption = 'WIDTH'
  40.     TabOrder = 1
  41.     object PanelWIDTH: TPanel
  42.       Left = 2
  43.       Top = 78
  44.       Width = 107
  45.       Height = 20
  46.       Hint = 'WIDTH attribute'
  47.       Alignment = taLeftJustify
  48.       BevelOuter = bvNone
  49.       BorderStyle = bsSingle
  50.       Caption = 'PanelWIDTH'
  51.       ParentShowHint = False
  52.       ShowHint = True
  53.       TabOrder = 2
  54.       OnClick = PanelWIDTHClick
  55.     end
  56.     object SpinEditWIDTH: TSpinEdit
  57.       Left = 112
  58.       Top = 76
  59.       Width = 56
  60.       Height = 22
  61.       AutoSelect = False
  62.       AutoSize = False
  63.       MaxLength = 5
  64.       MaxValue = 2000
  65.       MinValue = 0
  66.       TabOrder = 1
  67.       Value = 0
  68.       OnChange = SpinEditWIDTHChange
  69.       OnEnter = SpinEditWIDTHEnter
  70.     end
  71.     object RadioGroupWIDTHValueIs: TRadioGroup
  72.       Left = 44
  73.       Top = 16
  74.       Width = 89
  75.       Height = 53
  76.       Caption = 'Value Is'
  77.       Items.Strings = (
  78.         'Pixels'
  79.         'Percentage')
  80.       TabOrder = 0
  81.       OnClick = RadioGroupWIDTHValueIsClick
  82.     end
  83.   end
  84.   object GroupBoxFRAME: TGroupBox
  85.     Left = 196
  86.     Top = 28
  87.     Width = 97
  88.     Height = 81
  89.     Caption = 'FRAME'
  90.     TabOrder = 2
  91.     object PanelFRAME: TPanel
  92.       Left = 2
  93.       Top = 59
  94.       Width = 93
  95.       Height = 20
  96.       Hint = 'FRAME attribute'
  97.       Align = alBottom
  98.       Alignment = taLeftJustify
  99.       BevelOuter = bvNone
  100.       BorderStyle = bsSingle
  101.       Caption = 'PanelFRAME'
  102.       ParentShowHint = False
  103.       ShowHint = True
  104.       TabOrder = 0
  105.       OnClick = PanelFRAMEClick
  106.     end
  107.     object ListBoxFRAME: TListBox
  108.       Left = 2
  109.       Top = 15
  110.       Width = 93
  111.       Height = 45
  112.       Align = alTop
  113.       ItemHeight = 13
  114.       Items.Strings = (
  115.         '0'
  116.         'void'
  117.         'above'
  118.         'below'
  119.         'hsides'
  120.         'lhs'
  121.         'rhs'
  122.         'vsides'
  123.         'box')
  124.       TabOrder = 1
  125.       OnClick = ListBoxFRAMEClick
  126.     end
  127.   end
  128.   object GroupBoxRULES: TGroupBox
  129.     Left = 304
  130.     Top = 28
  131.     Width = 89
  132.     Height = 81
  133.     Caption = 'RULES'
  134.     TabOrder = 3
  135.     object PanelRULES: TPanel
  136.       Left = 2
  137.       Top = 59
  138.       Width = 85
  139.       Height = 20
  140.       Hint = 'RULES attribute'
  141.       Align = alBottom
  142.       Alignment = taLeftJustify
  143.       BevelOuter = bvNone
  144.       BorderStyle = bsSingle
  145.       Caption = 'PanelRULES'
  146.       ParentShowHint = False
  147.       ShowHint = True
  148.       TabOrder = 0
  149.       OnClick = PanelRULESClick
  150.     end
  151.     object ListBoxRULES: TListBox
  152.       Left = 2
  153.       Top = 15
  154.       Width = 85
  155.       Height = 45
  156.       Align = alTop
  157.       ItemHeight = 13
  158.       Items.Strings = (
  159.         '0'
  160.         'none'
  161.         'groups'
  162.         'rows'
  163.         'cols'
  164.         'all')
  165.       TabOrder = 1
  166.       OnClick = ListBoxRULESClick
  167.     end
  168.   end
  169.   object GroupBoxBGCOLOR: TGroupBox
  170.     Left = 404
  171.     Top = 28
  172.     Width = 197
  173.     Height = 37
  174.     Caption = 'BGCOLOR'
  175.     ParentShowHint = False
  176.     ShowHint = False
  177.     TabOrder = 4
  178.     object ButtonBGCOLOR: TButton
  179.       Left = 168
  180.       Top = 12
  181.       Width = 21
  182.       Height = 21
  183.       Caption = '>>'
  184.       TabOrder = 0
  185.       OnClick = ButtonBGCOLORClick
  186.     end
  187.     object PanelBGCOLOR: TPanel
  188.       Left = 2
  189.       Top = 15
  190.       Width = 163
  191.       Height = 20
  192.       Hint = 'BGCOLOR attribute'
  193.       Align = alLeft
  194.       Alignment = taLeftJustify
  195.       BevelOuter = bvNone
  196.       BorderStyle = bsSingle
  197.       Caption = 'PanelBGCOLOR'
  198.       ParentShowHint = False
  199.       ShowHint = True
  200.       TabOrder = 1
  201.       OnClick = PanelBGCOLORClick
  202.     end
  203.   end
  204.   object GroupBoxBORDERCOLOR: TGroupBox
  205.     Left = 404
  206.     Top = 72
  207.     Width = 197
  208.     Height = 37
  209.     Caption = 'BORDERCOLOR'
  210.     ParentShowHint = False
  211.     ShowHint = False
  212.     TabOrder = 5
  213.     object ButtonBORDERCOLOR: TButton
  214.       Left = 168
  215.       Top = 12
  216.       Width = 21
  217.       Height = 21
  218.       Caption = '>>'
  219.       TabOrder = 0
  220.       OnClick = ButtonBORDERCOLORClick
  221.     end
  222.     object PanelBORDERCOLOR: TPanel
  223.       Left = 2
  224.       Top = 15
  225.       Width = 163
  226.       Height = 20
  227.       Hint = 'BORDERCOLOR attribute'
  228.       Align = alLeft
  229.       Alignment = taLeftJustify
  230.       BevelOuter = bvNone
  231.       BorderStyle = bsSingle
  232.       Caption = 'PanelBORDERCOLOR'
  233.       ParentShowHint = False
  234.       ShowHint = True
  235.       TabOrder = 1
  236.       OnClick = PanelBORDERCOLORClick
  237.     end
  238.   end
  239.   object GroupBoxBORDERCOLORLIGHT: TGroupBox
  240.     Left = 404
  241.     Top = 116
  242.     Width = 197
  243.     Height = 37
  244.     Caption = 'BORDERCOLORLIGHT'
  245.     ParentShowHint = False
  246.     ShowHint = False
  247.     TabOrder = 6
  248.     object ButtonBORDERCOLORLIGHT: TButton
  249.       Left = 168
  250.       Top = 12
  251.       Width = 21
  252.       Height = 21
  253.       Caption = '>>'
  254.       TabOrder = 0
  255.       OnClick = ButtonBORDERCOLORLIGHTClick
  256.     end
  257.     object PanelBORDERCOLORLIGHT: TPanel
  258.       Left = 2
  259.       Top = 15
  260.       Width = 163
  261.       Height = 20
  262.       Hint = 'BORDERCOLORLIGHT attribute'
  263.       Align = alLeft
  264.       Alignment = taLeftJustify
  265.       BevelOuter = bvNone
  266.       BorderStyle = bsSingle
  267.       Caption = 'PanelBORDERCOLORLIGHT'
  268.       ParentShowHint = False
  269.       ShowHint = True
  270.       TabOrder = 1
  271.       OnClick = PanelBORDERCOLORLIGHTClick
  272.     end
  273.   end
  274.   object GroupBoxBORDERCOLORDARK: TGroupBox
  275.     Left = 404
  276.     Top = 160
  277.     Width = 197
  278.     Height = 37
  279.     Caption = 'BORDERCOLORDARK'
  280.     ParentShowHint = False
  281.     ShowHint = False
  282.     TabOrder = 7
  283.     object ButtonBORDERCOLORDARK: TButton
  284.       Left = 168
  285.       Top = 12
  286.       Width = 21
  287.       Height = 21
  288.       Caption = '>>'
  289.       TabOrder = 0
  290.       OnClick = ButtonBORDERCOLORDARKClick
  291.     end
  292.     object PanelBORDERCOLORDARK: TPanel
  293.       Left = 2
  294.       Top = 15
  295.       Width = 163
  296.       Height = 20
  297.       Hint = 'BORDERCOLORDARK attribute'
  298.       Align = alLeft
  299.       Alignment = taLeftJustify
  300.       BevelOuter = bvNone
  301.       BorderStyle = bsSingle
  302.       Caption = 'PanelBORDERCOLORDARK'
  303.       ParentShowHint = False
  304.       ShowHint = True
  305.       TabOrder = 1
  306.       OnClick = PanelBORDERCOLORDARKClick
  307.     end
  308.   end
  309.   object GroupBoxBORDER: TGroupBox
  310.     Left = 196
  311.     Top = 116
  312.     Width = 169
  313.     Height = 81
  314.     Caption = 'BORDER'
  315.     TabOrder = 8
  316.     object PanelBORDER: TPanel
  317.       Left = 2
  318.       Top = 60
  319.       Width = 99
  320.       Height = 19
  321.       Hint = 'BORDER attribute'
  322.       Alignment = taLeftJustify
  323.       BevelOuter = bvNone
  324.       BorderStyle = bsSingle
  325.       Caption = 'PanelBORDER'
  326.       ParentShowHint = False
  327.       ShowHint = True
  328.       TabOrder = 1
  329.       OnClick = PanelBORDERClick
  330.     end
  331.     object SpinEditBORDER: TSpinEdit
  332.       Left = 104
  333.       Top = 56
  334.       Width = 56
  335.       Height = 22
  336.       AutoSelect = False
  337.       AutoSize = False
  338.       MaxLength = 4
  339.       MaxValue = 100
  340.       MinValue = 0
  341.       TabOrder = 2
  342.       Value = 0
  343.       OnChange = SpinEditBORDERChange
  344.     end
  345.     object CheckBoxBORDER: TCheckBox
  346.       Left = 8
  347.       Top = 24
  348.       Width = 129
  349.       Height = 21
  350.       Caption = 'BORDER (Default)'
  351.       TabOrder = 0
  352.       OnClick = CheckBoxBORDERClick
  353.     end
  354.   end
  355.   object GroupBoxHEIGHT: TGroupBox
  356.     Left = 8
  357.     Top = 136
  358.     Width = 178
  359.     Height = 105
  360.     Caption = 'HEIGHT'
  361.     TabOrder = 9
  362.     object PanelHEIGHT: TPanel
  363.       Left = 2
  364.       Top = 82
  365.       Width = 107
  366.       Height = 20
  367.       Hint = 'HEIGHT attribute'
  368.       Alignment = taLeftJustify
  369.       BevelOuter = bvNone
  370.       BorderStyle = bsSingle
  371.       Caption = 'PanelHEIGHT'
  372.       ParentShowHint = False
  373.       ShowHint = True
  374.       TabOrder = 2
  375.       OnClick = PanelHEIGHTClick
  376.     end
  377.     object SpinEditHEIGHT: TSpinEdit
  378.       Left = 112
  379.       Top = 80
  380.       Width = 56
  381.       Height = 22
  382.       AutoSelect = False
  383.       AutoSize = False
  384.       MaxLength = 5
  385.       MaxValue = 2000
  386.       MinValue = 0
  387.       TabOrder = 1
  388.       Value = 0
  389.       OnChange = SpinEditHEIGHTChange
  390.       OnEnter = SpinEditHEIGHTEnter
  391.     end
  392.     object RadioGroupHEIGHTValueIs: TRadioGroup
  393.       Left = 44
  394.       Top = 16
  395.       Width = 89
  396.       Height = 53
  397.       Caption = 'Value Is'
  398.       Items.Strings = (
  399.         'Pixels'
  400.         'Percentage')
  401.       TabOrder = 0
  402.       OnClick = RadioGroupHEIGHTValueIsClick
  403.     end
  404.   end
  405.   object GroupBoxBACKGROUND: TGroupBox
  406.     Left = 8
  407.     Top = 248
  408.     Width = 301
  409.     Height = 97
  410.     Caption = 'BACKGROUND'
  411.     Ctl3D = True
  412.     ParentCtl3D = False
  413.     TabOrder = 10
  414.     object EditBACKGROUND: TEdit
  415.       Left = 6
  416.       Top = 16
  417.       Width = 288
  418.       Height = 21
  419.       MaxLength = 250
  420.       TabOrder = 0
  421.       OnChange = EditBACKGROUNDChange
  422.       OnExit = EditBACKGROUNDExit
  423.       OnKeyPress = EditBACKGROUNDKeyPress
  424.     end
  425.     object PanelBACKGROUND: TPanel
  426.       Left = 2
  427.       Top = 73
  428.       Width = 297
  429.       Height = 22
  430.       Hint = 'BACKGROUND attribute'
  431.       Align = alBottom
  432.       Alignment = taLeftJustify
  433.       BevelOuter = bvNone
  434.       BorderStyle = bsSingle
  435.       Caption = 'PanelBACKGROUND'
  436.       ParentShowHint = False
  437.       ShowHint = True
  438.       TabOrder = 3
  439.       OnClick = PanelBACKGROUNDClick
  440.     end
  441.     object ButtonBrowse: TButton
  442.       Left = 6
  443.       Top = 43
  444.       Width = 65
  445.       Height = 25
  446.       Caption = 'Browse'
  447.       TabOrder = 1
  448.       OnClick = ButtonBrowseClick
  449.     end
  450.     object ButtonHistory: TButton
  451.       Left = 76
  452.       Top = 43
  453.       Width = 65
  454.       Height = 25
  455.       Caption = 'History'
  456.       TabOrder = 2
  457.       OnClick = ButtonHistoryClick
  458.     end
  459.   end
  460.   object GroupBoxCELLPADDING: TGroupBox
  461.     Left = 196
  462.     Top = 204
  463.     Width = 169
  464.     Height = 37
  465.     Caption = 'CELLPADDING'
  466.     TabOrder = 11
  467.     object PanelCELLPADDING: TPanel
  468.       Left = 2
  469.       Top = 15
  470.       Width = 99
  471.       Height = 20
  472.       Hint = 'CELLPADDING attribute'
  473.       Align = alLeft
  474.       Alignment = taLeftJustify
  475.       BevelOuter = bvNone
  476.       BorderStyle = bsSingle
  477.       Caption = 'PanelCELLPADDING'
  478.       ParentShowHint = False
  479.       ShowHint = True
  480.       TabOrder = 0
  481.       OnClick = PanelCELLPADDINGClick
  482.     end
  483.     object SpinEditCELLPADDING: TSpinEdit
  484.       Left = 104
  485.       Top = 12
  486.       Width = 56
  487.       Height = 22
  488.       AutoSelect = False
  489.       AutoSize = False
  490.       MaxLength = 4
  491.       MaxValue = 100
  492.       MinValue = 0
  493.       TabOrder = 1
  494.       Value = 0
  495.       OnChange = SpinEditCELLPADDINGChange
  496.     end
  497.   end
  498.   object GroupBoxCELLSPACING: TGroupBox
  499.     Left = 376
  500.     Top = 204
  501.     Width = 169
  502.     Height = 37
  503.     Caption = 'CELLSPACING'
  504.     TabOrder = 12
  505.     object PanelCELLSPACING: TPanel
  506.       Left = 2
  507.       Top = 15
  508.       Width = 99
  509.       Height = 20
  510.       Hint = 'CELLSPACING attribute'
  511.       Align = alLeft
  512.       Alignment = taLeftJustify
  513.       BevelOuter = bvNone
  514.       BorderStyle = bsSingle
  515.       Caption = 'PanelCELLSPACING'
  516.       ParentShowHint = False
  517.       ShowHint = True
  518.       TabOrder = 0
  519.       OnClick = PanelCELLSPACINGClick
  520.     end
  521.     object SpinEditCELLSPACING: TSpinEdit
  522.       Left = 104
  523.       Top = 12
  524.       Width = 56
  525.       Height = 22
  526.       AutoSelect = False
  527.       AutoSize = False
  528.       MaxLength = 4
  529.       MaxValue = 100
  530.       MinValue = 0
  531.       TabOrder = 1
  532.       Value = 0
  533.       OnChange = SpinEditCELLSPACINGChange
  534.     end
  535.   end
  536.   object GroupBoxAlign: TGroupBox
  537.     Left = 320
  538.     Top = 248
  539.     Width = 101
  540.     Height = 85
  541.     Caption = 'ALIGN'
  542.     TabOrder = 13
  543.     object ListBoxALIGN: TListBox
  544.       Left = 2
  545.       Top = 15
  546.       Width = 97
  547.       Height = 46
  548.       Align = alClient
  549.       ExtendedSelect = False
  550.       ItemHeight = 13
  551.       Items.Strings = (
  552.         '0'
  553.         'left'
  554.         'center'
  555.         'right')
  556.       ParentShowHint = False
  557.       ShowHint = False
  558.       TabOrder = 0
  559.       OnClick = ListBoxALIGNClick
  560.     end
  561.     object PanelALIGN: TPanel
  562.       Left = 2
  563.       Top = 61
  564.       Width = 97
  565.       Height = 22
  566.       Hint = 'ALIGN attribute'
  567.       Align = alBottom
  568.       Alignment = taLeftJustify
  569.       BevelOuter = bvNone
  570.       BorderStyle = bsSingle
  571.       Caption = 'PanelALIGN'
  572.       ParentShowHint = False
  573.       ShowHint = True
  574.       TabOrder = 1
  575.       OnClick = PanelALIGNClick
  576.     end
  577.   end
  578.   object GroupBoxVALIGN: TGroupBox
  579.     Left = 432
  580.     Top = 248
  581.     Width = 105
  582.     Height = 85
  583.     Caption = 'VALIGN'
  584.     TabOrder = 14
  585.     object ListBoxVALIGN: TListBox
  586.       Left = 2
  587.       Top = 15
  588.       Width = 101
  589.       Height = 46
  590.       Align = alClient
  591.       ExtendedSelect = False
  592.       ItemHeight = 13
  593.       Items.Strings = (
  594.         '0'
  595.         'top'
  596.         'middle'
  597.         'bottom')
  598.       ParentShowHint = False
  599.       ShowHint = False
  600.       TabOrder = 0
  601.       OnClick = ListBoxVALIGNClick
  602.     end
  603.     object PanelVALIGN: TPanel
  604.       Left = 2
  605.       Top = 61
  606.       Width = 101
  607.       Height = 22
  608.       Hint = 'VALIGN attribute'
  609.       Align = alBottom
  610.       Alignment = taLeftJustify
  611.       BevelOuter = bvNone
  612.       BorderStyle = bsSingle
  613.       Caption = 'PanelVALIGN'
  614.       ParentShowHint = False
  615.       ShowHint = True
  616.       TabOrder = 1
  617.       OnClick = PanelVALIGNClick
  618.     end
  619.   end
  620.   object PanelBottom: TPanel
  621.     Left = 0
  622.     Top = 352
  623.     Width = 610
  624.     Height = 53
  625.     Align = alBottom
  626.     BevelOuter = bvNone
  627.     Caption = 'PanelBottom'
  628.     Font.Color = clBtnFace
  629.     Font.Height = -11
  630.     Font.Name = 'MS Sans Serif'
  631.     Font.Style = []
  632.     ParentFont = False
  633.     TabOrder = 15
  634.     object Bevel: TBevel
  635.       Left = 0
  636.       Top = 0
  637.       Width = 610
  638.       Height = 6
  639.       Align = alTop
  640.       Shape = bsTopLine
  641.     end
  642.     object ButtonInsert: TButton
  643.       Left = 4
  644.       Top = 8
  645.       Width = 77
  646.       Height = 25
  647.       Hint = 'Use the HTML tag'
  648.       Caption = '&OK'
  649.       ParentShowHint = False
  650.       ShowHint = True
  651.       TabOrder = 0
  652.       OnClick = ButtonInsertClick
  653.     end
  654.     object ButtonCancel: TButton
  655.       Left = 88
  656.       Top = 8
  657.       Width = 77
  658.       Height = 25
  659.       Cancel = True
  660.       Caption = '&Cancel'
  661.       ParentShowHint = False
  662.       ShowHint = False
  663.       TabOrder = 1
  664.       OnClick = ButtonCancelClick
  665.     end
  666.     object ButtonHelp: TButton
  667.       Left = 256
  668.       Top = 8
  669.       Width = 77
  670.       Height = 25
  671.       Caption = '&Help'
  672.       ParentShowHint = False
  673.       ShowHint = False
  674.       TabOrder = 3
  675.       OnClick = ButtonHelpClick
  676.     end
  677.     object ButtonClearAll: TButton
  678.       Left = 172
  679.       Top = 8
  680.       Width = 77
  681.       Height = 25
  682.       Hint = 'Clear and reset all attributes to defaults'
  683.       Caption = 'Clear &All'
  684.       ParentShowHint = False
  685.       ShowHint = True
  686.       TabOrder = 2
  687.       OnClick = ButtonClearAllClick
  688.     end
  689.     object PanelSaveReuseLevel: TPanel
  690.       Left = 4
  691.       Top = 40
  692.       Width = 329
  693.       Height = 9
  694.       BevelOuter = bvLowered
  695.       Caption = ' '
  696.       ParentShowHint = False
  697.       ShowHint = True
  698.       TabOrder = 4
  699.       OnDblClick = PanelSaveReuseLevelDblClick
  700.       OnMouseMove = PanelSaveReuseLevelMouseMove
  701.     end
  702.   end
  703. end
  704.